38. Solution: bulkInsert

Code bulkInsert for Weather Solution

In this exercise, you added a more performant bulkInsert operation to Sunshine. This was because when you add weather data, you add a bunch of weather data, not just one row.

Notes on Solution Code

Watch the video in the previous concept to see how to add bulkInsert.

Solution Code

Solution: [S09.02-Solution-ContentProviderBulkInsert][Diff]